home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- cursorOff()
- set x to random(50)
- if x <= 2 then
- set n to random(3)
- case n of
- 1:
- if soundBusy(2) = 0 then
- sound playFile "RndWavs/NoQuit/Oth007.wav"
- end if
- 2:
- if soundBusy(2) = 0 then
- sound playFile "RndWavs/NoQuit/Oth012.wav"
- end if
- 3:
- if soundBusy(2) = 0 then
- sound playFile "RndWavs/NoQuit/Oth013.wav"
- end if
- end case
- end if
- go("Quotes")
- end
-